Extenders Property (FlexChartBase<T>)
In This Topic
Gets the extender collection.
Syntax
'Declaration
<IgnoreAttribute()>
Public ReadOnly Property Extenders As System.Collections.Generic.IList(Of Extender)
'Usage
Dim instance As FlexChartBase(Of T)
Dim value As System.Collections.Generic.IList(Of Extender)
value = instance.Extenders
[Ignore()]
public System.Collections.Generic.IList<Extender> Extenders {get;}
public read-only property Extenders: System.Collections.Generic.IList;
IgnoreAttribute()
public function get Extenders : System.Collections.Generic.IList
[Ignore()]
public: __property System.Collections.Generic.IList<Extender*>* get_Extenders();
[Ignore()]
public:
property System.Collections.Generic.IList<Extender^>^ Extenders {
System.Collections.Generic.IList<Extender^>^ get();
}
See Also